[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 STACKED

 Function
  Set the allow stacked commands flag in an INPUTSTR or PROMPTSTR statement.

 Value
  16 = 10000b = 20o = 10h

 Remarks
  The INPUTSTR and PROMPTSTR statements have the ability to allow space
  and semi-colon characters to be input independent of the valid character
  string specified.  This facilitates entering stacked commands
  (commands separated by space or semi-colon delimiters) by only requiring
  a single value be set in the input statement instead of having to add
  " ;" to every valid character mask.

 Example

  STRING cmds
  INPUTSTR "Commands",cmds,@X0E,60,MASK_ASCII(),STACKED
  TOKENIZE cmds
  LET cmds = GETTOKEN()
  IF (cmds = "QUIT") END
  KBDSTUFF cmds+TOKENSTR()

See Also: INPUTSTR PROMPTSTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson